|
|
|
BlueCielo Meridian Enterprise 2012 System Requirements | BlueCielo ECM Solutions |
DCOM might be cleared on the Meridian application server or client computers manually by IT personnel for security reasons by a script (or group policy) or other software that is installed on the server or client computer.
To enable DCOM on client computers:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\OLE
To enable DCOM on Meridian server computers:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\OLE
Note Another cause of failed DCOM communications can be a software firewall on the server, including the integrated Windows firewall. Test this possibility by temporarily disabling the firewall and testing for the client error. If access succeeds, configure the firewall to allow DCOM communication as described in Allowing Web Access through a firewall.
DCOM access can also fail when attempting to open a vault that is hosted on a Windows 2008 R2 (or higher) server from a Windows XP client computer. The error message is Failed to get list of vaults on computer 'ServerName'. A security package specific error occurred. This error does not occur from a Window 7 (or higher) client computer.
This error occurs because the user is not properly authenticated by the server as described in Error 80070721 Occurs When Instantiating a COM Component on a Remote Windows 2008 Server in MSDN.
To resolve this issue, we recommend that you implement one of the following solutions:
Configure a Service Principal Name (SPN) for the user as described in the previous linked article and in the setspn command description in the Windows Server 2008 Command-line Reference.
Run the following command on the Windows 2008 R2 server:
setspn -A http/<DomainName> <AccountName>
Allow the computer to be trusted for delegation as described in Allow a computer to be trusted for delegation in Microsoft TechNet. This solution may not be permitted by your organization's security policy. Consult a system administrator before implementing this solution.
clear the default Server Message Block (SMB) 2.0 protocol used by Windows Server 2008 R2. BlueCielo software is compatible with SMB 1.0 and if you disable SMB 2.0, the software will not be affected.
To disable SMB 2.0:
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\LanmanServer\Parameters
Related concepts
About support for Microsoft Active Directory
Understanding Active Directory security problems
Related tasks
Granting domain privileges with a service account
Granting domain privileges to the server
Granting membership query access
Configuring NetBIOS name resolution
Copyright © 2000-2012 BlueCielo ECM Solutions |